
        .header,
        .content,
        .footer {
            width: 1200px;
            margin: 0 auto;
        }
        
        .h_top {
            background: url(images/topbg.png) repeat-x center 0;
            height: 221px;
            font-family: "Microsoft Yahei";
            position: relative;z-index:9;
        }
        
        .t_top {
            height: 33px;
            line-height: 33px;
            color: #a1a1a1;
            font-size: 12px;
        }
        
        .t_top span {
            color: #a1a1a1;
            float: right;
        }
        
        .t_top span a {
            color: #a1a1a1;
            padding: 0 10px;
        }
        
        .t_pho {
            padding: 6px 0;
            line-height: 31px;
            font-size: 18px;
            font-weight: bold;
            color: #0151c0;
        }
        
        .t_pho span {
            background: url(images/t_pho.png) no-repeat 0 4px;
            padding: 0 0 0 32px;
            display: block;
        }
        
        .t_pho b {
            font-size: 24px;
            line-height: 34px;
            color: #333;
            display: block;
        }
        
        .t_con {
            height: 97px;
            padding: 29px 0 0;
        }
        
        .t_con .logo {
            padding: 11px 0 0;
            width: 166px;
        }
        
        .t_con .logo img {
            width: 140px;
            height: 49px;
        }
        
        .h_top .t_text {
            float: left;
            padding: 0 0 0 15px;
            font-size: 24px;
            line-height: 70px;
            height: 70px;
            color: #333;
            overflow: hidden;
            border-left: solid 1px #e8e8e8;
            font-weight: bold;
        }
        
        .menu {
            font-size: 16px;
            white-space: nowrap;
            height: 60px;
        }
        
        .menu ul {
            width: 1240px;
            margin: 0 -20px;
            position: relative;
        }
        
        .menu li {
            float: left;
            background: url(images/menu-fgx.png) no-repeat left center;
            margin-left: -2px;
            position: relative;
        }
        
        .menu li.born {
            background: none;
        }
        
        .menu li a {
            color: #666;
            line-height: 60px;
            display: inline-block;
            padding: 0 39px;
        }
        
        .menu li.cur a,
        .menu li a:hover {
            text-decoration: none;
            color: #0151c0;
            font-weight: bold;
        }
        
        .menu li a:-webkit-any-link {
            display: block;
        }
        
        .menu li .er_menu {
            position: absolute;
            top:60px;
            left: 0;
            background: #0151c0;
            color: #fff;
            z-index: 2;
            overflow: hidden;
            display: none;
            min-width: 100%;
            max-width: 175px;
        }
        
        .menu li.cur .er_menu {
            display: block;
        }
        .menu li.cur .er_menu ul{
            padding: 0 0 17px;
        }
        
        .menu li .er_menu a {
            display: block;
            height: 38px;
            line-height: 38px;
            clear: both;
            border-bottom: solid 1px #4e86d3;
            color: #fff;
            text-align: center;
        }
    

        .banner .hd {
                width: 1200px;
                left: 50%;
                margin-left: -600px;
                position: absolute;
                z-index: 1;
                bottom: 15px;
                overflow: hidden;
            }
            
            .banner .hd ul {
                margin-left: 555px;
            }
            
            .banner .hd ul li {
                float: left;
                margin: 0 5px;
                display: inline;
                cursor: pointer;
            }
            
            .banner .hd ul li {
                width:15px;
                height: 15px;
                border-radius:15px;
                background: #333;
            }
            
            .banner .hd ul .on {
                background: #1b6597;
            }
    

        .f_bj {
            color: #fff;
            clear: both;
            height: 482px;
            font-family: "Microsoft Yahei";
            background: url(images/footbg.jpg) repeat-x center 0 #022c67;
            margin: 24px auto 0;
            font-size: 16px;
        }
        
        .f_bj a {
            color: #fff;
        }
        
        .f_logo {
            width: 323px;
            height: 126px;
            top: -24px;
            left: 0;
            background: #f5b931;
            text-align: center;
            line-height:26px;
            font-size:16px;
            background: url(images/logobg.png) no-repeat center 0;
        }
        
        .f_logo img {
            width: 137px;
            height: 49px;
            display: block;
            margin: 12px auto 0;
        }
        .f_logo span{display:block;}
        .f_nav {
            height: 57px;
            line-height: 57px;
            overflow: hidden;
            white-space: nowrap;
            padding: 49px 0 0 336px;
            white-space: nowrap;
        }
        
        .f_nav a {
            padding: 0 30px;
        }
        
        .f_con {
            padding: 50px 0 0;
            height: 277px;
        }
        
        .f_code,
        .f_text {
            height: 185px;
            border-right: dashed 1px #949494;
        }
        
        .f_code {
            width: 365px;
            text-align: center;
            line-height: 54px;
        }
        
        .f_code p {
            width: 149px;
            float: left;
            padding: 0 12px 0 4px;
        }
        
        .f_code img {
            display: block;
            width: 126px;
            height: 119px;
            padding: 12px;
            background: url(images/f_codebg.png) no-repeat center 0;
        }
        
        .f_text {
            width: 426px;
            padding: 0 38px;
        }
        
        .f_text li {
            display: block;
            height: 35px;
            line-height: 28px;
            padding: 0 0 0 38px;
            background: url(images/f_ico6.png) no-repeat 0 2px;
        }
        
        .f_text li.f_tex1 {
            background: url(images/f_ico2.png) no-repeat 0 2px;
        }
        
        .f_text li.f_tex2 {
            background: url(images/f_ico3.png) no-repeat 0 2px;
        }
        
        .f_text li.f_tex3 {
            background: url(images/f_ico4.png) no-repeat 0 2px;
        }
        
        .f_text li.f_tex4 {
            background: url(images/f_ico5.png) no-repeat 0 2px;
        }
        
        .f_plan {
            width: 273px;
            padding: 0 0 0 58px;
        }
        
        .f_plan h4 {
            font-size: 18px;
            height: 24px;
            line-height: 18px;
            font-weight: normal;
        }
        
        .f_plan p a {
            display: block;
            height: 34px;
            line-height: 34px;
            font-size: 14px;
            color: #fff;
            background: url(images/f_ico1.png) no-repeat 0 14px;
            padding: 0 0 0 9px;
        }
        
        .f_wz {
            height: 48px;
            line-height: 48px;
            color: #335484;
            font-size: 12px;
        }
        
        .f_wz p {
            float: right;
        }
        
        .f_wz span {
            display: inline-block;
            width: 528px;
        }
        
        .f_wz a {
            color: #335484;
        }
    

        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 71px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 14px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
            width: 33px;
            height: 35px;
            background-position: -27px -51px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 77px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size:18px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #0151c0;
            color: #fff;
            height: 56px;
            width: 247px;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #0151c0;
            width: 97px;
            height: 56px;
            position: relative;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
